home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / colon.arc / COLON.DOC next >
Text File  |  1991-07-07  |  1KB  |  24 lines

  1. -=============================================================================-
  2.           COLONON.COM / COLONOFF.COM - Vernon J Frazee - July 01, 1991
  3.   Simple utilities to change the ";" to ":" and the ":" to ";" and back again
  4. -=============================================================================-
  5.     Name: COLONON.COM
  6.  Purpose: Flips the [colon over semi-colon] key to [semi-colon over colon].
  7.   Syntax: COLONON
  8.     Note: Pressing [;] will now type a ":" and [Shift]-[;] will type a ";".
  9.  ------------------------------------------------------------------------------
  10.     Name: COLONOFF.COM
  11.  Purpose: Flips the [colon over semi-colon] key back to "normal".
  12.   Syntax: COLONOFF
  13.     Note: Pressing [;] will now type a ";" and [Shift]-[;] will type a ":".
  14.  ------------------------------------------------------------------------------
  15.  Remarks: COLONON and COLONOFF use the power of DOS's ANSI.SYS to re-define
  16.           the meaning of the [colon over semi-colon] key while working in DOS
  17.           (or in EDLIN).  But, they can only work if the line: DEVICE=ANSI.SYS
  18.           (Syntax: DEVICE=[drive:\path\]ANSI.SYS) is in your CONFIG.SYS file
  19.           when you bootup your system. If not, you will see something like:
  20.           "<-[58;59p<-[59;58p<-" appear on the screen when you type COLONON.
  21.  
  22.           See your MS/DOS manual for how to load (and the power of)  ANSI.SYS
  23. -=============================================================================-
  24.